Places address Class
Used to select an address
Constructor
Places address
(
-
[options]
Parameters:
-
[options]Object optionalused to pass options
-
[latitude]Number optionallatitude of bias point
-
[longitude]Number optionallongitude of bias point
-
[meters]Number optionaltry to find things within this radius
-
[metric=Places.metric]Boolean optionalwhether to use the metric system
-
[place]Object optionaluse this to set initial place, if any
-
[searchQuery]String optionaluse this to fill the initial results, if any
-
[types]Number optionalthe type to pass to google's nearbySearch
-
[filter]Object optionalOptions for the child Q/filter tool
-
[mapElement]HTMLElement optionalYou can supply an existing element if you want
-
[onChoose]Q.Event optionalWhen a valid location is selected. Receives (placeId, details)
-
[onError]Q.Event optionalWhen there was some kind of error
-
[onFilterActivated]Q.Event optionalEvent occur when included Q/filter tool activated.
-